Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated versioning to semantic versioning #315

Merged
merged 2 commits into from
Mar 6, 2017
Merged

updated versioning to semantic versioning #315

merged 2 commits into from
Mar 6, 2017

Conversation

Hadis-Knj
Copy link

related to #282

@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 53.158% when pulling 4532c72 on Hadis-Fard:dev into 75d1f22 on Microsoft:dev.

@Hadis-Knj Hadis-Knj requested a review from yitam March 5, 2017 00:16

#define VER_FILEVERSION_STR STRINGIFY( SQLVERSION_MAJOR ) "." STRINGIFY( SQLVERSION_MINOR ) "." STRINGIFY( SQLVERSION_PATCH ) SEMVER_PRERELEASE SEMVER_BUILDMETA
#define _FILEVERSION SQLVERSION_MAJOR,SQLVERSION_MINOR,SQLVERSION_PATCH,SQLVERSION_BUILD

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so when SQLVERSION_BUILD is 1, VER_FILEVERSION_STR is 4.1.7-preview+1?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's true and when it is 0, VER_FILEVERSION_STR is 4.1.7-preview, and build number is not counted in precedence order.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about Product name? Both drivers have the same name but file descriptions are different?

Copy link
Author

@Hadis-Knj Hadis-Knj Mar 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

per discussion will remain untouched

@yitam yitam merged commit 7640373 into microsoft:dev Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants